inference n. 1.推理,推論;推斷,結(jié)論,論斷;含蓄,含意。 2.推斷的結(jié)果;(邏輯上的)結(jié)論。 speak from inference 推測說。 draw [make] an inference from ... 根據(jù)…下結(jié)論。 the deductive [inductive] inference 演繹[歸納]推理。
If no makefile is specified , it uses inference rules to build command - line 如果未指定生成文件,則nmake使用推理規(guī)則生成命令行
Inference rules can build a command - line target even if no description block exists 即使不存在描述塊,推理規(guī)則也可以生成命令行目標。
Inference rules supply commands to update targets and to infer dependents for targets 推理規(guī)則提供命令來更新目標并推理目標的依賴項。
Inference rules are user - defined or predefined ; predefined rules can be redefined 推理規(guī)則是用戶定義的,或預(yù)定義的;預(yù)定義的規(guī)則可以重新定義。
Extensions in an inference rule match a single target and dependent that have the same base name 推理規(guī)則中的擴展名與具有相同基名稱的單個目標和依賴項匹配。
Nmake looks for a matching inference rule if a description block is not followed by a commands block 如果描述塊后面沒有緊跟命令塊, nmake將查找匹配的推理規(guī)則。
If a description block s target has no dependents or commands , an inference rule can update the target 如果描述塊的目標沒有依賴項或命令,推理規(guī)則可以更新目標。
A description block or inference rule specifies a block of commands to run if the dependency is out - of - date 如果依賴項已過期,則描述塊或推理規(guī)則指定要運行的命令塊。
A command preceded by a semicolon can appear on a dependency line or inference rule , whether or not a commands block follows 無論后面是否緊跟有命令塊,前面帶分號( ; )的命令可以出現(xiàn)在依賴項行上或推理規(guī)則中: